NullableKeys
import { NullableKeys } from "@hyper-fetch/core"
Description
Defined in types/helpers.types.ts:5
Preview
type NullableKeys<T> = { [ P in keyof T ]-?: NullableType<T[P]> };
Structure
[P in keyof T]-?: NullableType<T[P]>
import { NullableKeys } from "@hyper-fetch/core"
Defined in types/helpers.types.ts:5
type NullableKeys<T> = { [ P in keyof T ]-?: NullableType<T[P]> };
[P in keyof T]-?: NullableType<T[P]>